home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_03_04 / 3n04062a < prev    next >
Encoding:
Text File  |  1992-02-22  |  144 b   |  9 lines

  1. @echo off
  2. seeprint.com
  3. if errorlevel 1 goto inactive
  4. echo Printscreen IS active.
  5. goto end
  6. :inactive
  7. echo Printscreen is NOT active
  8. :end
  9.